runtime.gcWork.tryGetSpanFast (method)

3 uses

	runtime (current package)
		mgcmark.go#L1314: 			if s = gcw.tryGetSpanFast(); s == 0 {
		mgcmark.go#L1414: 			if s = gcw.tryGetSpanFast(); s == 0 {
		mgcmark_greenteagc.go#L317: func (w *gcWork) tryGetSpanFast() objptr {